python: fix goof
authorAlexandru Ardelean <[email protected]>
Tue, 20 Jan 2015 08:45:07 +0000 (10:45 +0200)
committerAlexandru Ardelean <[email protected]>
Tue, 20 Jan 2015 08:45:09 +0000 (10:45 +0200)
This should have gone in python3.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/Makefile

index 4ced2d9cef41b0318422cc90ec7b48e2f0f059ed..0c1be6de8cb0f7056b2970b260b8ebb122d4bbfc 100644 (file)
@@ -115,7 +115,8 @@ define Build/InstallDev
                $(PKG_INSTALL_DIR)/usr/lib/libpython$(PYTHON_VERSION).so* \
                $(1)/usr/lib/
        $(CP) \
-               $(STAGING_DIR_HOST)/lib/pkgconfig/python3.pc \
+               $(STAGING_DIR_HOST)/lib/pkgconfig/python.pc \
+               $(STAGING_DIR_HOST)/lib/pkgconfig/python2.pc \
                $(STAGING_DIR_HOST)/lib/pkgconfig/python-$(PYTHON_VERSION).pc \
                $(1)/usr/lib/pkgconfig
        $(CP) \